﻿2026-07-26T16:19:35.4213937Z ##[group]Run actions/checkout@v5
2026-07-26T16:19:35.4214754Z with:
2026-07-26T16:19:35.4215130Z   fetch-depth: 0
2026-07-26T16:19:35.4215546Z   repository: BigscreenVR/spt-bs-core
2026-07-26T16:19:35.4218527Z   token: ***
2026-07-26T16:19:35.4218909Z   ssh-strict: true
2026-07-26T16:19:35.4219399Z   ssh-user: git
2026-07-26T16:19:35.4219835Z   persist-credentials: true
2026-07-26T16:19:35.4220254Z   clean: true
2026-07-26T16:19:35.4220638Z   sparse-checkout-cone-mode: true
2026-07-26T16:19:35.4221089Z   fetch-tags: false
2026-07-26T16:19:35.4221476Z   show-progress: true
2026-07-26T16:19:35.4221857Z   lfs: false
2026-07-26T16:19:35.4222219Z   submodules: false
2026-07-26T16:19:35.4222624Z   set-safe-directory: true
2026-07-26T16:19:35.4223045Z   allow-unsafe-pr-checkout: false
2026-07-26T16:19:35.4223706Z ##[endgroup]
2026-07-26T16:19:35.5056609Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-26T16:19:35.5058301Z ##[group]Getting Git version info
2026-07-26T16:19:35.5059178Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-26T16:19:35.5060216Z [command]/usr/bin/git version
2026-07-26T16:19:35.5060639Z git version 2.43.0
2026-07-26T16:19:35.5066954Z ##[endgroup]
2026-07-26T16:19:35.5078816Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/50b9fd66-cb89-4169-bdc8-82f8026dae1f' before making global git config changes
2026-07-26T16:19:35.5080184Z Adding repository directory to the temporary git global config as a safe directory
2026-07-26T16:19:35.5082468Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-26T16:19:35.5115360Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-26T16:19:35.5138146Z https://github.com/BigscreenVR/spt-bs-core
2026-07-26T16:19:35.5149398Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-26T16:19:35.5153071Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-26T16:19:35.5172904Z HEAD
2026-07-26T16:19:35.5206095Z ##[endgroup]
2026-07-26T16:19:35.5206867Z [command]/usr/bin/git submodule status
2026-07-26T16:19:35.5390030Z ##[group]Cleaning the repository
2026-07-26T16:19:35.5392444Z [command]/usr/bin/git clean -ffdx
2026-07-26T16:19:35.5423551Z Removing traceable-reqs
2026-07-26T16:19:35.5431006Z [command]/usr/bin/git reset --hard HEAD
2026-07-26T16:19:35.5482824Z HEAD is now at f544a1cc Merge e6d1ade7cb195de59cf1616832e10e2aaa6509b8 into 0019f39c377e1d22d6a50d10b4e5fbb0f3960a2c
2026-07-26T16:19:35.5487657Z ##[endgroup]
2026-07-26T16:19:35.5489775Z ##[group]Disabling automatic garbage collection
2026-07-26T16:19:35.5493451Z [command]/usr/bin/git config --local gc.auto 0
2026-07-26T16:19:35.5519872Z ##[endgroup]
2026-07-26T16:19:35.5520520Z ##[group]Setting up auth
2026-07-26T16:19:35.5525050Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-26T16:19:35.5550869Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-26T16:19:35.5742408Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-26T16:19:35.5769865Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-26T16:19:35.5961404Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-26T16:19:35.5988680Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-26T16:19:35.6186564Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-26T16:19:35.6216999Z ##[endgroup]
2026-07-26T16:19:35.6217772Z ##[group]Fetching the repository
2026-07-26T16:19:35.6223738Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +f544a1cc1155bc1c4f5d92d72d3d21a73a70ec12:refs/remotes/pull/71/merge
2026-07-26T16:19:36.2263758Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-26T16:19:36.2266020Z  + bf9cbece...e6d1ade7 docs/eventpart-reassembly-contract -> origin/docs/eventpart-reassembly-contract  (forced update)
2026-07-26T16:19:36.2315819Z ##[endgroup]
2026-07-26T16:19:36.2317006Z ##[group]Determining the checkout info
2026-07-26T16:19:36.2318306Z ##[endgroup]
2026-07-26T16:19:36.2320671Z [command]/usr/bin/git sparse-checkout disable
2026-07-26T16:19:36.2360340Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-26T16:19:36.2385697Z ##[group]Checking out the ref
2026-07-26T16:19:36.2387103Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/71/merge
2026-07-26T16:19:36.2431314Z HEAD is now at f544a1cc Merge e6d1ade7cb195de59cf1616832e10e2aaa6509b8 into 0019f39c377e1d22d6a50d10b4e5fbb0f3960a2c
2026-07-26T16:19:36.2435520Z ##[endgroup]
2026-07-26T16:19:36.2469109Z [command]/usr/bin/git log -1 --format=%H
2026-07-26T16:19:36.2493338Z f544a1cc1155bc1c4f5d92d72d3d21a73a70ec12
